mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Наземная группа\"); mission.trig.func[1]='';",
            [2] = "a_out_sound_s(\"red\", \"sobaki_na_polose.ogg\"); mission.trig.func[2]='';",
            [3] = "a_out_sound_s(\"red\", \"zapusk.ogg\"); mission.trig.func[3]='';",
            [4] = "a_out_sound_s(\"red\", \"SetGroundPowerOn.wav\"); mission.trig.func[4]='';",
            [5] = "a_out_sound_s(\"red\", \"RequestTakeoff.wav\"); mission.trig.func[5]='';",
            [6] = "a_out_sound_s(\"red\", \"ReadyToLandingRunway.wav\"); mission.trig.func[6]='';",
            [7] = "a_out_sound_s(\"red\", \"GCGroundPowerOn.wav\"); mission.trig.func[7]='';",
            [8] = "a_out_sound_s(\"red\", \"SetGroundPowerOff.wav\"); mission.trig.func[8]='';",
            [9] = "a_out_sound_s(\"red\", \"GCGroundPowerOff.wav\"); mission.trig.func[9]='';",
            [10] = "a_out_text_delay_s(\"red\", \"Поздравляю! Миссия выполнена успешно!\", \"5\"); mission.trig.func[10]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"115\") )",
            [2] = "return(c_time_after(\"40\") )",
            [3] = "return(c_unit_in_zone(\"1\", \"Запуск\") )",
            [4] = "return(c_time_after(\"1\") )",
            [5] = "return(c_unit_in_zone(\"1\", \"Взлёт\") )",
            [6] = "return(c_unit_in_zone(\"1\", \"Посадка\") )",
            [7] = "return(c_time_after(\"4\") )",
            [8] = "return(c_time_after(\"80\") )",
            [9] = "return(c_time_after(\"83\") )",
            [10] = "return(c_mission_score_higher(\"offline\", \"99\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"115\") then a_activate_group(\"Наземная группа\"); mission.trigfunc[1]='';end;",
        [2] = "if c_time_after(\"40\") then a_out_sound_s(\"red\", \"sobaki_na_polose.ogg\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"1\", \"Запуск\") then a_out_sound_s(\"red\", \"zapusk.ogg\"); mission.trigfunc[3]='';end;",
        [4] = "if c_time_after(\"1\") then a_out_sound_s(\"red\", \"SetGroundPowerOn.wav\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone(\"1\", \"Взлёт\") then a_out_sound_s(\"red\", \"RequestTakeoff.wav\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"1\", \"Посадка\") then a_out_sound_s(\"red\", \"ReadyToLandingRunway.wav\"); mission.trigfunc[6]='';end;",
        [7] = "if c_time_after(\"4\") then a_out_sound_s(\"red\", \"GCGroundPowerOn.wav\"); mission.trigfunc[7]='';end;",
        [8] = "if c_time_after(\"80\") then a_out_sound_s(\"red\", \"SetGroundPowerOff.wav\"); mission.trigfunc[8]='';end;",
        [9] = "if c_time_after(\"83\") then a_out_sound_s(\"red\", \"GCGroundPowerOff.wav\"); mission.trigfunc[9]='';end;",
        [10] = "if c_mission_score_higher(\"offline\", \"99\") then a_out_text_delay_s(\"red\", \"Поздравляю! Миссия выполнена успешно!\", \"5\"); mission.trigfunc[10]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 770,
        wind = 
        {
            at8000 = 
            {
                speed = 6,
                dir = 172,
            }, -- end of at8000
            at2000 = 
            {
                speed = 4,
                dir = 303,
            }, -- end of at2000
            atGround = 
            {
                speed = 2,
                dir = 129,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 23,
            iseason = 4,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 300,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        offline = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 30,
                zoneId = 6,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.7523036285335,
                hidden = true,
                long = 0.70821857533377,
                x = -197689.31007089,
                name = "Взлёт",
                y = 516991.78851845,
            }, -- end of [1]
            [2] = 
            {
                radius = 20,
                zoneId = 4,
                color = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75228223981451,
                hidden = true,
                long = 0.70816266217966,
                x = -197849.40584016,
                name = "Запуск",
                y = 516743.37602553,
            }, -- end of [2]
            [3] = 
            {
                radius = 30,
                zoneId = 5,
                color = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227497427838,
                hidden = true,
                long = 0.7081569674436,
                x = -197898.11064607,
                name = "Подключить питание",
                y = 516720.98893706,
            }, -- end of [3]
            [4] = 
            {
                radius = 500,
                zoneId = 7,
                color = 
                {
                    [1] = 1,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75199679854065,
                hidden = true,
                long = 0.70842785337053,
                x = -199554.11381526,
                name = "Посадка",
                y = 518143.16395987,
            }, -- end of [4]
            [5] = 
            {
                radius = 25,
                zoneId = 8,
                color = 
                {
                    [1] = 0,
                    [2] = 0,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.7522741579291,
                hidden = true,
                long = 0.70815731311168,
                x = -197903.16227747,
                name = "Собаки",
                y = 516723.06798005,
            }, -- end of [5]
            [6] = 
            {
                radius = 8,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75227603553339,
                hidden = true,
                long = 0.70815865375573,
                x = -197890.63162831,
                name = "УаЗ",
                y = 516728.24256219,
            }, -- end of [6]
            [7] = 
            {
                radius = 35,
                zoneId = 10,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75227391302443,
                hidden = true,
                long = 0.70815791536188,
                x = -197904.46489584,
                name = "отключить питание",
                y = 516726.01589422,
            }, -- end of [7]
            [8] = 
            {
                radius = 35,
                zoneId = 11,
                color = 
                {
                    [1] = 0.50196078431373,
                    [2] = 0,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227342321527,
                hidden = true,
                long = 0.70815780488748,
                x = -197907.63159816,
                name = "питание отключ",
                y = 516725.78140942,
            }, -- end of [8]
            [9] = 
            {
                radius = 20,
                zoneId = 9,
                color = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75227464773859,
                hidden = true,
                long = 0.70815895986295,
                x = -197899.33961499,
                name = "питание подключено",
                y = 516730.46447121,
            }, -- end of [9]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.70890573865347,
        zoom = 100000,
        centerX = 0.75175771037483,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 16,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "17 сентября - на Гумистинском фронте форсирована р.Гумиста;\
• 20 сентября - абхазское командование предлагает грузинским войскам прекратить сопротивление и по безопасному коридору выйти из блокированного Сухума, ответа не последовало;\
• 21-26 сентября - уличные бои в Сухуме, успешные операции на Очамчирском фронте;\
• 27 сентября - Освобождена столица Республики Абхазия г. Сухум. Второй армейский корпус грузинской армии разбит. Государственный флаг Республики Абхазия водружен на фронтоне здания Верховного Совета;\
• 28 сентября - Эдуард Шеварднадзе бежал из Абхазии;\
• 28 сентября - Историческая встреча Гумистинского (Западного) и Восточного фронтов у Кодорского моста.\
• 30 сентября - преследуя отступающего противника, абхазские войска вышли к абхазо-грузинской границе по реке Ингур.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
    }, -- end of trigflag
    descriptionRedTask = "Товарищи офицеры! \
Сегодня ночью,  Абхазская Армия  прорвала Гумистинский фронт\
и перешла в наступление. Наступление идёт в районе Шрома, Нижняя и Верхняя Эшера.\
Идут ожесточённые бои, как на подступах к городу, так и  в его кварталах, окрестностях.\
Мощную поддержку оказывает артиллерия.  По данным их разведки, штаб и КП противника, приняли решение, не сдавать занятые  позиции, а на оборот, ужесточить сопротивление. Накануне им поступило пополнение личного состава, бронетехники,\
горючка и боеприпасы. Видимо просто так уходить они не собираются. Хотя, замечены случаи, покидание позиций и бегство в сторону Ингури, большого количества личного состава с их стороны, увозя с собой технику и награбленное добро.\
 Намерение Абхазской Армии не выпустить противника за пределы тех позиций, которые он сейчас занимает и мы должны им в этом помочь.\
 Позиции противника очень хорошо укреплены, даже системами ПВО.\
\
Задача:  паре Су-25, позывной – «125»  выйти в р-он Келасури, произвести разведку на месте и уничтожить, КП, склады артвооружения и склады ГСМ противника.\
Со стороны моря вас будет прикрывать пара Су-27, позывной - «103»\
Отвлекающий маневр произведёт, звено Су-25, позывной – «105»\
Задача ясна? Если да, то по машинам! Приказываю всем вернуться живыми!\
УДАЧИ!!!",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [3] = "Scr_12-12-06_14-07-00{869A2A8B-0CA1-4eb6-8DFA-2D47CD043874}.png",
        [2] = "Scr_12-12-06_13-51-52{EFF3701C-E638-4349-806B-0095F9E35559}.png",
        [4] = "ScreenShot_003{8C9A1916-9CC3-4eb5-9F47-09063B3C436A}.jpg",
        [1] = "P1070448{070043DD-B5CB-4b18-91FA-ED31ED16FF85}.JPG",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 115,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    group = 3,
                    text = "",
                    predicate = "a_activate_group",
                    coalitionlist = "red",
                }, -- end of [1]
            }, -- end of actions
            comment = "УаЗ",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = "",
                    seconds = 40,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    file = "sobaki_na_polose.ogg",
                    text = "",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "собаки",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 4,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    file = "zapusk.ogg",
                    predicate = "a_out_sound_s",
                    text = "",
                }, -- end of [1]
            }, -- end of actions
            comment = "запустился?",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 5,
                    seconds = 1,
                    predicate = "c_time_after",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    file = "SetGroundPowerOn.wav",
                    text = "",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Подключить питание",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 6,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "RequestTakeoff.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Взлёт",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 7,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "ReadyToLandingRunway.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Посадка",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 4,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    file = "GCGroundPowerOn.wav",
                    text = "",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "питание подключено",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 80,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "SetGroundPowerOff.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "отключ питание",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 83,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    coalitionlist = "red",
                    text = "",
                    file = "GCGroundPowerOff.wav",
                    predicate = "a_out_sound_s",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "питание отключ",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    score = 99,
                    coalitionlist = "offline",
                    predicate = "c_mission_score_higher",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 5,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Поздравляю! Миссия выполнена успешно!",
                }, -- end of [1]
            }, -- end of actions
            comment = "Победа",
        }, -- end of [10]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71720083408381,
                                                lat = 0.74956469882709,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71722190268555,
                                                lat = 0.74955232173273,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 198,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74952447379174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71720505414398,
                                            x = -211446.59590566,
                                            speed = 5.5555555555556,
                                            y = 560648.21139499,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 33,
                                        lat = 0.74952447379174,
                                        skill = "Average",
                                        long = 0.71720505414398,
                                        x = -211446.59590566,
                                        name = "Юнит #8",
                                        heading = 1.0122909661567,
                                        y = 560648.21139499,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74946479043118,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7171747518544,
                                            x = -211840.54332936,
                                            speed = 5.5555555555556,
                                            y = 560542.9246533,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 34,
                                        lat = 0.74946479043118,
                                        skill = "Average",
                                        long = 0.7171747518544,
                                        x = -211840.54332936,
                                        name = "Юнит #9",
                                        heading = 5.6723200689816,
                                        y = 560542.9246533,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7171119723944,
                                                lat = 0.74952862650908,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71708786554715,
                                                lat = 0.74956225596822,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 198,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74952447379174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71710968850146,
                                            x = -211490.00853708,
                                            speed = 5.5555555555556,
                                            y = 560202.36067992,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 35,
                                        lat = 0.74952447379174,
                                        skill = "Average",
                                        long = 0.71710968850146,
                                        x = -211490.00853708,
                                        name = "Юнит #10",
                                        heading = 4.1015237421867,
                                        y = 560202.36067992,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 199,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74961282427932,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71756073650523,
                                            x = -210721.93275153,
                                            speed = 5.5555555555556,
                                            y = 562257.23086506,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 45,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 47,
                                        lat = 0.74961282427932,
                                        skill = "Average",
                                        long = 0.71756073650523,
                                        x = -210721.93275153,
                                        name = "Юнит #11",
                                        heading = 4.9906886393898,
                                        y = 562257.23086506,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 199,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74961893172437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71757931389694,
                                            x = -210674.57452884,
                                            speed = 5.5555555555556,
                                            y = 562340.36039059,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 48,
                                        lat = 0.74961893172437,
                                        skill = "Average",
                                        long = 0.71757931389694,
                                        x = -210674.57452884,
                                        name = "Юнит #12",
                                        heading = 4.9573676435116,
                                        y = 562340.36039059,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74821369836063,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71764622222475,
                                            x = -219594.93921657,
                                            speed = 0,
                                            y = 563524.13833592,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 49,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 54,
                                        lat = 0.74821369836063,
                                        skill = "Average",
                                        long = 0.71764622222474,
                                        x = -219594.93921657,
                                        name = "Юнит #14",
                                        heading = 0.13962634015955,
                                        y = 563524.13833587,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74804533549745,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71800594154776,
                                            x = -220503.67817587,
                                            speed = 5.5555555555556,
                                            y = 565316.41131394,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 50,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 55,
                                        lat = 0.74804533549745,
                                        skill = "Average",
                                        long = 0.71800594154776,
                                        x = -220503.67817587,
                                        name = "Юнит #15",
                                        heading = 3.6052402625906,
                                        y = 565316.41131394,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74797548918833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71794599711154,
                                            x = -220975.85991689,
                                            speed = 5.5555555555556,
                                            y = 565079.31544777,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 51,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 56,
                                        lat = 0.74797548918833,
                                        skill = "Average",
                                        long = 0.71794599711154,
                                        x = -220975.85991689,
                                        name = "Юнит #16",
                                        heading = 3.5953782591083,
                                        y = 565079.31544777,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 17,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74798077425715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7180379098618,
                                            x = -220900.37018801,
                                            speed = 0,
                                            y = 565506.8843693,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 52,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Strela-1 9P31",
                                        CLSID = "{5C486AED-5DCE-4A0A-AF88-7343D3B2B43E}",
                                        unitId = 57,
                                        lat = 0.74798077425715,
                                        skill = "Average",
                                        long = 0.7180379098618,
                                        x = -220900.37018801,
                                        name = "Юнит #17",
                                        heading = 3.559816983169,
                                        y = 565506.8843693,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71719154095186,
                                                lat = 0.7495001277914,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71720378224035,
                                                lat = 0.7495094915724,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 38,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74952007681441,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71722135344199,
                                            x = -211467.18263491,
                                            speed = 5.5555555555556,
                                            y = 560727.09370515,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 99,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 136,
                                        lat = 0.74952007681441,
                                        skill = "Average",
                                        long = 0.71722135344199,
                                        x = -211467.18263491,
                                        name = "Юнит #23",
                                        heading = 0.76341436027488,
                                        y = 560727.09370515,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74952732369407,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71722926298992,
                                            x = -211417.42303181,
                                            speed = 5.5555555555556,
                                            y = 560759.65465953,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 100,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 137,
                                        lat = 0.74952732369407,
                                        skill = "Average",
                                        long = 0.71722926298992,
                                        x = -211417.42303181,
                                        name = "Юнит #24",
                                        heading = 1.352127380921,
                                        y = 560759.65465953,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74954059619592,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71721756935319,
                                            x = -211338.20705221,
                                            speed = 5.5555555555556,
                                            y = 560696.89428191,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 101,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 138,
                                        lat = 0.74954059619592,
                                        skill = "Average",
                                        long = 0.71721756935319,
                                        x = -211338.20705221,
                                        name = "Юнит #25",
                                        heading = 0,
                                        y = 560696.89428191,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71720101058709,
                                                lat = 0.74953904908604,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71721878308086,
                                                lat = 0.74953815339186,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74953440776975,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71721449931908,
                                            x = -211379.02177864,
                                            speed = 5.5555555555556,
                                            y = 560686.31367388,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 102,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 139,
                                        lat = 0.74953440776975,
                                        skill = "Average",
                                        long = 0.71721449931908,
                                        x = -211379.02177864,
                                        name = "Юнит #26",
                                        heading = 2.4805494847391,
                                        y = 560686.31367388,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74953514060783,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71720542115947,
                                            x = -211378.48655379,
                                            speed = 5.5555555555556,
                                            y = 560643.42500076,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 103,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 140,
                                        lat = 0.74953514060783,
                                        skill = "Average",
                                        long = 0.71720542115947,
                                        x = -211378.48655379,
                                        name = "Юнит #27",
                                        heading = 0,
                                        y = 560643.42500076,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 37,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74953587344641,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717222540007,
                                            x = -211366.02584626,
                                            speed = 5.5555555555556,
                                            y = 560723.01182331,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 104,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 141,
                                        lat = 0.74953587344641,
                                        skill = "Average",
                                        long = 0.717222540007,
                                        x = -211366.02584626,
                                        name = "Юнит #35",
                                        heading = 1.6657480331377,
                                        y = 560723.01182331,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #024",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71722485094665,
                                                lat = 0.74952724226819,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71725851813087,
                                                lat = 0.74953636200574,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74952919649115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71722241986678,
                                            x = -211408.60939893,
                                            speed = 5.5555555555556,
                                            y = 560726.52027104,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 105,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 142,
                                        lat = 0.74952919649115,
                                        skill = "Average",
                                        long = 0.71722241986678,
                                        x = -211408.60939893,
                                        name = "Юнит #36",
                                        heading = 1.2163614473414,
                                        y = 560726.52027104,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #025",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [6] = 
                                            {
                                                long = 0.71790483307103,
                                                lat = 0.7488264472366,
                                            }, -- end of [6]
                                            [2] = 
                                            {
                                                long = 0.71784460227961,
                                                lat = 0.74881102826376,
                                            }, -- end of [2]
                                            [8] = 
                                            {
                                                long = 0.71792807676408,
                                                lat = 0.74879990496229,
                                            }, -- end of [8]
                                            [3] = 
                                            {
                                                long = 0.71785565135834,
                                                lat = 0.74881709068774,
                                            }, -- end of [3]
                                            [1] = 
                                            {
                                                long = 0.71784460227961,
                                                lat = 0.74881102826376,
                                            }, -- end of [1]
                                            [4] = 
                                            {
                                                long = 0.71788046705669,
                                                lat = 0.7488238724659,
                                            }, -- end of [4]
                                            [5] = 
                                            {
                                                long = 0.71790483307103,
                                                lat = 0.7488264472366,
                                            }, -- end of [5]
                                            [7] = 
                                            {
                                                long = 0.71791203969341,
                                                lat = 0.74881635511793,
                                            }, -- end of [7]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 33,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7488102894763,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71595244895737,
                                                    radius = 1000,
                                                    y = 554164.27821193,
                                                    x = -205470.50319463,
                                                    lat = 0.75055223180823,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71434202483792,
                                                    radius = 1000,
                                                    y = 546293.15183524,
                                                    x = -202607.74687565,
                                                    lat = 0.75111402085233,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.71784325581804,
                                            x = -215705.13938758,
                                            speed = 5.5555555555556,
                                            y = 564072.63875627,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 129,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 192,
                                        lat = 0.7488102894763,
                                        skill = "Average",
                                        long = 0.71784325581804,
                                        x = -215705.13938758,
                                        name = "Юнит #18",
                                        heading = 5.5850536063819,
                                        y = 564072.63875627,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 193,
                                        lat = 0.74878652000481,
                                        skill = "Average",
                                        long = 0.71779993717792,
                                        x = -215876.25735477,
                                        name = "Юнит #19",
                                        heading = 5.5850536063819,
                                        y = 563884.50722653,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 194,
                                        lat = 0.74879828398137,
                                        skill = "Average",
                                        long = 0.71782137595734,
                                        x = -215791.56793518,
                                        name = "Юнит #20",
                                        heading = 5.5850536063819,
                                        y = 563977.61503028,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 195,
                                        lat = 0.74875608021305,
                                        skill = "Average",
                                        long = 0.71774446763379,
                                        x = -216095.3929276,
                                        name = "Юнит #21",
                                        heading = 5.5850536063819,
                                        y = 563643.60655974,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 196,
                                        lat = 0.74873963982411,
                                        skill = "Average",
                                        long = 0.71771451132017,
                                        x = -216213.74587392,
                                        name = "Юнит #22",
                                        heading = 5.5850536063819,
                                        y = 563513.50908634,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SAU Akatsia",
                                        CLSID = "{83485D57-2B11-4A83-9A7E-5FD47E9ADCEC}",
                                        unitId = 197,
                                        lat = 0.74877148450533,
                                        skill = "Average",
                                        long = 0.7177725376665,
                                        x = -215984.49802008,
                                        name = "Юнит #28",
                                        heading = 1.7292825703137,
                                        y = 563765.51264644,
                                    }, -- end of [6]
                                }, -- end of units
                                name = "Наземная группа #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71722704696382,
                                                lat = 0.74951844830885,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71726065919095,
                                                lat = 0.74955989454327,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 39,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74952504377161,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71721604534583,
                                            x = -211437.96197166,
                                            speed = 5.5555555555556,
                                            y = 560699.24969937,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 106,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 143,
                                        lat = 0.74952504377161,
                                        skill = "Average",
                                        long = 0.71721604534583,
                                        x = -211437.96197166,
                                        name = "Юнит #37",
                                        heading = 0.53572033709154,
                                        y = 560699.24969937,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #026",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 33,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75011700898101,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71668494364568,
                                            x = -207909.20966034,
                                            speed = 5.5555555555556,
                                            y = 557855.40940959,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 130,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 PBU",
                                        CLSID = "{20B6EAF4-E6D3-4FC2-A306-41951CAF1361}",
                                        unitId = 198,
                                        lat = 0.75011700898101,
                                        skill = "Average",
                                        long = 0.71668494364568,
                                        x = -207909.20966034,
                                        name = "Юнит #29",
                                        heading = 4.1887902047864,
                                        y = 557855.40940959,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 35,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74953017360396,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71721427583889,
                                            x = -211406.09302813,
                                            speed = 5.5555555555556,
                                            y = 560687.84991927,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 107,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Soldier AK",
                                        CLSID = "{D3FE4F50-947B-4523-9176-F805EB4CEA7E}",
                                        unitId = 144,
                                        lat = 0.74953017360396,
                                        skill = "Average",
                                        long = 0.71721427583889,
                                        x = -211406.09302813,
                                        name = "Юнит #38",
                                        heading = 3.9269908169872,
                                        y = 560687.84991927,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #027",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71836125686716,
                                                lat = 0.7480938668661,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71836125686716,
                                                lat = 0.7480938668661,
                                            }, -- end of [2]
                                            [4] = 
                                            {
                                                long = 0.71835457796216,
                                                lat = 0.74811115076675,
                                            }, -- end of [4]
                                            [8] = 
                                            {
                                                long = 0.71829476553589,
                                                lat = 0.74820814543392,
                                            }, -- end of [8]
                                            [16] = 
                                            {
                                                long = 0.71813992238926,
                                                lat = 0.74822670122319,
                                            }, -- end of [16]
                                            [17] = 
                                            {
                                                long = 0.71808533813024,
                                                lat = 0.74822550843682,
                                            }, -- end of [17]
                                            [9] = 
                                            {
                                                long = 0.71822067718535,
                                                lat = 0.7482796299618,
                                            }, -- end of [9]
                                            [18] = 
                                            {
                                                long = 0.71794111018127,
                                                lat = 0.74821785541809,
                                            }, -- end of [18]
                                            [5] = 
                                            {
                                                long = 0.71833974451458,
                                                lat = 0.74814494793796,
                                            }, -- end of [5]
                                            [10] = 
                                            {
                                                long = 0.71822067718535,
                                                lat = 0.7482796299618,
                                            }, -- end of [10]
                                            [20] = 
                                            {
                                                long = 0.71785903473268,
                                                lat = 0.74821132250647,
                                            }, -- end of [20]
                                            [21] = 
                                            {
                                                long = 0.71779809574166,
                                                lat = 0.74820806410342,
                                            }, -- end of [21]
                                            [11] = 
                                            {
                                                long = 0.71821768121302,
                                                lat = 0.74827796078895,
                                            }, -- end of [11]
                                            [22] = 
                                            {
                                                long = 0.71775562707064,
                                                lat = 0.74820995362766,
                                            }, -- end of [22]
                                            [3] = 
                                            {
                                                long = 0.71835457796216,
                                                lat = 0.74811115076675,
                                            }, -- end of [3]
                                            [6] = 
                                            {
                                                long = 0.71831736880535,
                                                lat = 0.74818062045743,
                                            }, -- end of [6]
                                            [12] = 
                                            {
                                                long = 0.71821292039559,
                                                lat = 0.74826699851546,
                                            }, -- end of [12]
                                            [13] = 
                                            {
                                                long = 0.7182033227008,
                                                lat = 0.74825496995573,
                                            }, -- end of [13]
                                            [7] = 
                                            {
                                                long = 0.71829476553589,
                                                lat = 0.74820814543392,
                                            }, -- end of [7]
                                            [14] = 
                                            {
                                                long = 0.71818584585975,
                                                lat = 0.74824146507764,
                                            }, -- end of [14]
                                            [19] = 
                                            {
                                                long = 0.71792730225427,
                                                lat = 0.74821915711264,
                                            }, -- end of [19]
                                            [15] = 
                                            {
                                                long = 0.71816429739708,
                                                lat = 0.74823186261838,
                                            }, -- end of [15]
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.71775559778026,
                                                lat = 0.74820960193707,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.71775559778026,
                                                lat = 0.74820960193707,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.7480938668661,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71836125686716,
                                            x = -220032.85809323,
                                            speed = 5.5555555555556,
                                            y = 566951.62985582,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 29,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74820995362766,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71595212622979,
                                                    radius = 1000,
                                                    y = 554164.41476168,
                                                    x = -205487.26263611,
                                                    lat = 0.75054962369372,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71434139778981,
                                                    radius = 1000,
                                                    y = 546291.66640818,
                                                    x = -202623.08586535,
                                                    lat = 0.75111165600888,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.71775562707064,
                                            x = -219569.00728828,
                                            speed = 5.5555555555556,
                                            y = 564039.39029185,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 136,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 236,
                                        lat = 0.7480938668661,
                                        skill = "Average",
                                        long = 0.71836125686716,
                                        x = -220032.85809323,
                                        name = "Юнит #30",
                                        heading = -1.3148003021212,
                                        y = 566951.62985582,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 237,
                                        lat = 0.74808604574608,
                                        skill = "Average",
                                        long = 0.71836427905631,
                                        x = -220081.30145575,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 566970.71689484,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 238,
                                        lat = 0.74807822462666,
                                        skill = "Average",
                                        long = 0.71836730119836,
                                        x = -220129.74483587,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 566989.80371268,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 239,
                                        lat = 0.74807040350785,
                                        skill = "Average",
                                        long = 0.71837032329328,
                                        x = -220178.18823356,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 567008.89030918,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 240,
                                        lat = 0.74806258238963,
                                        skill = "Average",
                                        long = 0.7183733453411,
                                        x = -220226.63164893,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 567027.97668451,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 241,
                                        lat = 0.74805476127201,
                                        skill = "Average",
                                        long = 0.71837636734181,
                                        x = -220275.0750819,
                                        name = "Юнит #39",
                                        heading = 0,
                                        y = 567047.06283861,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 242,
                                        lat = 0.748046940155,
                                        skill = "Average",
                                        long = 0.71837938929541,
                                        x = -220323.51853244,
                                        name = "Юнит #40",
                                        heading = 0,
                                        y = 567066.14877146,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 243,
                                        lat = 0.74803911903858,
                                        skill = "Average",
                                        long = 0.7183824112019,
                                        x = -220371.96200065,
                                        name = "Юнит #41",
                                        heading = 0,
                                        y = 567085.2344831,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 244,
                                        lat = 0.74803129792277,
                                        skill = "Average",
                                        long = 0.71838543306129,
                                        x = -220420.4054864,
                                        name = "Юнит #42",
                                        heading = 0,
                                        y = 567104.31997353,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "Grad-URAL",
                                        CLSID = "{37DBF2AA-30C8-4FFA-A63A-D760623FF4E0}",
                                        unitId = 245,
                                        lat = 0.74802347680757,
                                        skill = "Average",
                                        long = 0.71838845487356,
                                        x = -220468.84898972,
                                        name = "Юнит #43",
                                        heading = 0,
                                        y = 567123.40524269,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "Наземная группа #028",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [22]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.7175304088906,
                                                lat = 0.74814135432324,
                                            }, -- end of [1]
                                        }, -- end of [1]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 199,
                                            type = "Turning Point",
                                            action = "On Road",
                                            lat = 0.74813713343395,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71753869473236,
                                            x = -220131.56969807,
                                            speed = 5.5555555555556,
                                            y = 563068.19553813,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 109,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 146,
                                        lat = 0.74813713343395,
                                        skill = "Average",
                                        long = 0.71753869473236,
                                        x = -220131.56969807,
                                        name = "Юнит #13",
                                        heading = 5.3232542185827,
                                        y = 563068.19553813,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Самолетная группа #004",
                                groupId = 56,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 23,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.748055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.717809,
                                            x = -220531.73642658,
                                            speed = 138.88888888889,
                                            airdromeId = 20,
                                            y = 564387.05872916,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74824563005461,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71734755259668,
                                            x = -219527.45254297,
                                            speed = 97.222222222222,
                                            y = 562103.87389258,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74780329143101,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71692156695071,
                                            x = -222538.8870319,
                                            speed = 105.55555555556,
                                            y = 560385.01995916,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73792640962883,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72462802335316,
                                            x = -281881.76151769,
                                            speed = 138.88888888889,
                                            y = 602882.67574157,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Yak-40",
                                        CLSID = "{{7061418E-5D0E-4b49-915D-ACEF1F2E6855}}",
                                        unitId = 79,
                                        lat = 0.748055,
                                        skill = "High",
                                        y = 564387.05872916,
                                        long = 0.717809,
                                        x = -220531.73642658,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "3080",
                                            flare = 0,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 4.1015237421867,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74951494703026,
                                            long = 0.71719108940597,
                                            x = -211513.63367613,
                                            name = "",
                                            speed = 0,
                                            y = 560588.73115513,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.74951494703026,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ComCenter",
                                        type = ".Command Center",
                                        CLSID = "{64DE4673-7D3E-424f-AB29-F4336AC38F98}",
                                        unitId = 19,
                                        lat = 0.74951494703026,
                                        long = 0.71719108940597,
                                        x = -211513.63367613,
                                        name = "Стат. объект #004",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560588.73115513,
                                        heading = 4.1015237421867,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71719108940597,
                                name = "Стат. объект #004",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 4.1015237421867,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74949361390492,
                                            long = 0.71721907978538,
                                            x = -211636.77314,
                                            name = "",
                                            speed = 0,
                                            y = 560732.59517375,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                lat = 0.74949361390492,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 20,
                                        lat = 0.74949361390492,
                                        long = 0.71721907978538,
                                        x = -211636.77314,
                                        name = "Стат. объект #003",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560732.59517375,
                                        heading = 4.1015237421867,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71721907978538,
                                name = "Стат. объект #003",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74949923212967,
                                            long = 0.71711773340555,
                                            x = -211647.12306165,
                                            name = "",
                                            speed = 0,
                                            y = 560255.35874203,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.74949923212967,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "bak",
                                        type = "Tank",
                                        CLSID = "{f0f48213-396f-4cc2-9fec-2f308cb11154}",
                                        unitId = 21,
                                        lat = 0.74949923212967,
                                        long = 0.71711773340555,
                                        x = -211647.12306165,
                                        name = "Стат. объект #005",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560255.35874203,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71711773340555,
                                name = "Стат. объект #005",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74950151199737,
                                            long = 0.71712286946954,
                                            x = -211630.26339153,
                                            name = "",
                                            speed = 0,
                                            y = 560277.98096421,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                lat = 0.74950151199737,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "bak",
                                        type = "Tank",
                                        CLSID = "{f0f48213-396f-4cc2-9fec-2f308cb11154}",
                                        unitId = 22,
                                        lat = 0.74950151199737,
                                        long = 0.71712286946954,
                                        x = -211630.26339153,
                                        name = "Стат. объект #006",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560277.98096421,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71712286946954,
                                name = "Стат. объект #006",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74950403614225,
                                            long = 0.71712836517776,
                                            x = -211611.68407975,
                                            name = "",
                                            speed = 0,
                                            y = 560302.13567882,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                lat = 0.74950403614225,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "bak",
                                        type = "Tank",
                                        CLSID = "{f0f48213-396f-4cc2-9fec-2f308cb11154}",
                                        unitId = 23,
                                        lat = 0.74950403614225,
                                        long = 0.71712836517776,
                                        x = -211611.68407975,
                                        name = "Стат. объект #007",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560302.13567882,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71712836517776,
                                name = "Стат. объект #007",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74949442813857,
                                            long = 0.71712055223136,
                                            x = -211676.43888549,
                                            name = "",
                                            speed = 0,
                                            y = 560271.46564199,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                lat = 0.74949442813857,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "bak",
                                        type = "Tank",
                                        CLSID = "{f0f48213-396f-4cc2-9fec-2f308cb11154}",
                                        unitId = 25,
                                        lat = 0.74949442813857,
                                        long = 0.71712055223136,
                                        x = -211676.43888549,
                                        name = "Стат. объект #008",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560271.46564199,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71712055223136,
                                name = "Стат. объект #008",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74949662657251,
                                            long = 0.71712615566179,
                                            x = -211659.88515171,
                                            name = "",
                                            speed = 0,
                                            y = 560296.32252255,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                lat = 0.74949662657251,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "bak",
                                        type = "Tank",
                                        CLSID = "{f0f48213-396f-4cc2-9fec-2f308cb11154}",
                                        unitId = 26,
                                        lat = 0.74949662657251,
                                        long = 0.71712615566179,
                                        x = -211659.88515171,
                                        name = "Стат. объект #009",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560296.32252255,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71712615566179,
                                name = "Стат. объект #009",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74949882501095,
                                            long = 0.71713149866601,
                                            x = -211643.44994126,
                                            name = "",
                                            speed = 0,
                                            y = 560319.96186323,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                lat = 0.74949882501095,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "bak",
                                        type = "Tank",
                                        CLSID = "{f0f48213-396f-4cc2-9fec-2f308cb11154}",
                                        unitId = 27,
                                        lat = 0.74949882501095,
                                        long = 0.71713149866601,
                                        x = -211643.44994126,
                                        name = "Стат. объект #010",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560319.96186323,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71713149866601,
                                name = "Стат. объект #010",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 4.1015237421867,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74948636725261,
                                            long = 0.71720283701257,
                                            x = -211690.32477041,
                                            name = "",
                                            speed = 0,
                                            y = 560661.07482697,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                lat = 0.74948636725261,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "SkladC",
                                        type = ".Ammunition depot",
                                        CLSID = "{85D3DBF2-05DF-48e1-9C49-FD104E65A76E}",
                                        unitId = 28,
                                        lat = 0.74948636725261,
                                        long = 0.71720283701257,
                                        x = -211690.32477041,
                                        name = "Стат. объект #011",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560661.07482697,
                                        heading = 4.1015237421867,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71720283701257,
                                name = "Стат. объект #011",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74950802593173,
                                            long = 0.7172162931124,
                                            x = -211546.2443024,
                                            name = "",
                                            speed = 0,
                                            y = 560710.78174829,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                lat = 0.74950802593173,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 32,
                                        lat = 0.74950802593173,
                                        rate = 100,
                                        long = 0.7172162931124,
                                        x = -211546.2443024,
                                        name = "Стат. объект #015",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560710.78174829,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7172162931124,
                                name = "Стат. объект #015",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74949450956197,
                                            long = 0.71718595804758,
                                            x = -211646.14602901,
                                            name = "",
                                            speed = 0,
                                            y = 560577.19940305,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                lat = 0.74949450956197,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 31,
                                        lat = 0.74949450956197,
                                        rate = 100,
                                        long = 0.71718595804758,
                                        x = -211646.14602901,
                                        name = "Стат. объект #014",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560577.19940305,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71718595804758,
                                name = "Стат. объект #014",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74947561949872,
                                            long = 0.71720074683302,
                                            x = -211759.7340794,
                                            name = "",
                                            speed = 0,
                                            y = 560657.85447193,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                lat = 0.74947561949872,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 29,
                                        lat = 0.74947561949872,
                                        rate = 100,
                                        long = 0.71720074683302,
                                        x = -211759.7340794,
                                        name = "Стат. объект #012",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560657.85447193,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71720074683302,
                                name = "Стат. объект #012",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74948994986113,
                                            long = 0.71723209911201,
                                            x = -211654.18456789,
                                            name = "",
                                            speed = 0,
                                            y = 560795.69627581,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                lat = 0.74948994986113,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "ohr-vyshka",
                                        type = "Watchtower",
                                        CLSID = "{2b1802df-c4f9-404f-afe1-5f291ef68d30}",
                                        unitId = 30,
                                        lat = 0.74948994986113,
                                        rate = 100,
                                        long = 0.71723209911201,
                                        x = -211654.18456789,
                                        name = "Стат. объект #013",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560795.69627581,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71723209911201,
                                name = "Стат. объект #013",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 5.6723200689816,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74955484599698,
                                            long = 0.71716763463604,
                                            x = -211270.17438431,
                                            name = "",
                                            speed = 0,
                                            y = 560454.75456263,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 108,
                                lat = 0.74955484599698,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        shape_name = "tele_bash_m",
                                        type = "Comms tower M",
                                        CLSID = "{fe75a842-e794-4650-9197-22797513dc72}",
                                        unitId = 145,
                                        lat = 0.74955484599698,
                                        long = 0.71716763463604,
                                        x = -211270.17438431,
                                        name = "Стат. объект #033",
                                        category = "Fortifications",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 560454.75456263,
                                        heading = 5.6723200689816,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71716763463604,
                                name = "Стат. объект #033",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74817999960001,
                                            long = 0.71768675896565,
                                            x = -219791.14571274,
                                            name = "",
                                            speed = 0,
                                            y = 563735.37081996,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 111,
                                lat = 0.74817999960001,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-26B",
                                        CLSID = "{A5B4B173-F4C1-4331-9AB2-1ACDE185008F}",
                                        unitId = 151,
                                        lat = 0.74817999960001,
                                        long = 0.71768675896565,
                                        x = -219791.14571274,
                                        name = "Стат. объект #034",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563735.37081996,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71768675896565,
                                name = "Стат. объект #034",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7481734123774,
                                            long = 0.71770153108662,
                                            x = -219826.38261417,
                                            name = "",
                                            speed = 0,
                                            y = 563808.76626477,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 112,
                                lat = 0.7481734123774,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-26B",
                                        CLSID = "{A5B4B173-F4C1-4331-9AB2-1ACDE185008F}",
                                        unitId = 152,
                                        lat = 0.7481734123774,
                                        long = 0.71770153108662,
                                        x = -219826.38261417,
                                        name = "Стат. объект #035",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563808.76626477,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71770153108662,
                                name = "Стат. объект #035",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74816682519507,
                                            long = 0.71771536951022,
                                            x = -219862.04414045,
                                            name = "",
                                            speed = 0,
                                            y = 563877.78445195,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 113,
                                lat = 0.74816682519507,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "An-26B",
                                        CLSID = "{A5B4B173-F4C1-4331-9AB2-1ACDE185008F}",
                                        unitId = 153,
                                        lat = 0.74816682519507,
                                        long = 0.71771536951022,
                                        x = -219862.04414045,
                                        name = "Стат. объект #036",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563877.78445195,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71771536951022,
                                name = "Стат. объект #036",
                                dead = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74816064466555,
                                            long = 0.7177295058162,
                                            x = -219894.97983584,
                                            name = "",
                                            speed = 0,
                                            y = 563947.94338022,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 114,
                                lat = 0.74816064466555,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 154,
                                        lat = 0.74816064466555,
                                        long = 0.7177295058162,
                                        x = -219894.97983584,
                                        name = "Стат. объект #037",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 563947.94338022,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7177295058162,
                                name = "Стат. объект #037",
                                dead = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74815527739237,
                                            long = 0.7177418892346,
                                            x = -219923.53294374,
                                            name = "",
                                            speed = 0,
                                            y = 564009.37319101,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 115,
                                lat = 0.74815527739237,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 155,
                                        lat = 0.74815527739237,
                                        long = 0.7177418892346,
                                        x = -219923.53294374,
                                        name = "Стат. объект #038",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564009.37319101,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7177418892346,
                                name = "Стат. объект #038",
                                dead = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74815072336336,
                                            long = 0.71775289467963,
                                            x = -219947.53293596,
                                            name = "",
                                            speed = 0,
                                            y = 564063.83151348,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 116,
                                lat = 0.74815072336336,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 156,
                                        lat = 0.74815072336336,
                                        long = 0.71775289467963,
                                        x = -219947.53293596,
                                        name = "Стат. объект #039",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564063.83151348,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71775289467963,
                                name = "Стат. объект #039",
                                dead = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74811616216343,
                                            long = 0.71781747872859,
                                            x = -220138.29016911,
                                            name = "",
                                            speed = 0,
                                            y = 564388.3416997,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 117,
                                lat = 0.74811616216343,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 157,
                                        lat = 0.74811616216343,
                                        long = 0.71781747872859,
                                        x = -220138.29016911,
                                        name = "Стат. объект #040",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564388.3416997,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71781747872859,
                                name = "Стат. объект #040",
                                dead = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7481129094017,
                                            long = 0.71782465735076,
                                            x = -220155.74281339,
                                            name = "",
                                            speed = 0,
                                            y = 564424.04124723,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 118,
                                lat = 0.7481129094017,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 158,
                                        lat = 0.7481129094017,
                                        long = 0.71782465735076,
                                        x = -220155.74281339,
                                        name = "Стат. объект #041",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564424.04124723,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71782465735076,
                                name = "Стат. объект #041",
                                dead = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74810949401244,
                                            long = 0.7178325933831,
                                            x = -220173.88669371,
                                            name = "",
                                            speed = 0,
                                            y = 564463.39386053,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 119,
                                lat = 0.74810949401244,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 159,
                                        lat = 0.74810949401244,
                                        long = 0.7178325933831,
                                        x = -220173.88669371,
                                        name = "Стат. объект #044",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564463.39386053,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7178325933831,
                                name = "Стат. объект #044",
                                dead = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7481068104999,
                                            long = 0.71783958773297,
                                            x = -220187.79721377,
                                            name = "",
                                            speed = 0,
                                            y = 564497.87151812,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 120,
                                lat = 0.7481068104999,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 160,
                                        lat = 0.7481068104999,
                                        long = 0.71783958773297,
                                        x = -220187.79721377,
                                        name = "Стат. объект #046",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564497.87151812,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71783958773297,
                                name = "Стат. объект #046",
                                dead = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74810306985722,
                                            long = 0.71784731748342,
                                            x = -220208.10674776,
                                            name = "",
                                            speed = 0,
                                            y = 564536.46162586,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 121,
                                lat = 0.74810306985722,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 161,
                                        lat = 0.74810306985722,
                                        long = 0.71784731748342,
                                        x = -220208.10674776,
                                        name = "Стат. объект #049",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564536.46162586,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71784731748342,
                                name = "Стат. объект #049",
                                dead = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.748099817135,
                                            long = 0.71785484014424,
                                            x = -220225.40258469,
                                            name = "",
                                            speed = 0,
                                            y = 564573.77402349,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 122,
                                lat = 0.748099817135,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 162,
                                        lat = 0.748099817135,
                                        long = 0.71785484014424,
                                        x = -220225.40258469,
                                        name = "Стат. объект #050",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564573.77402349,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71785484014424,
                                name = "Стат. объект #050",
                                dead = false,
                            }, -- end of [26]
                            [27] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74809623915191,
                                            long = 0.71786295973402,
                                            x = -220244.49861957,
                                            name = "",
                                            speed = 0,
                                            y = 564614.08942349,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 123,
                                lat = 0.74809623915191,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 163,
                                        lat = 0.74809623915191,
                                        long = 0.71786295973402,
                                        x = -220244.49861957,
                                        name = "Стат. объект #051",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564614.08942349,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71786295973402,
                                name = "Стат. объект #051",
                                dead = false,
                            }, -- end of [27]
                            [28] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7480925798633,
                                            long = 0.7178711176542,
                                            x = -220264.09510833,
                                            name = "",
                                            speed = 0,
                                            y = 564654.63565315,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 124,
                                lat = 0.7480925798633,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 164,
                                        lat = 0.7480925798633,
                                        long = 0.7178711176542,
                                        x = -220264.09510833,
                                        name = "Стат. объект #052",
                                        category = "Helicopters",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564654.63565315,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7178711176542,
                                name = "Стат. объект #052",
                                dead = false,
                            }, -- end of [28]
                            [29] = 
                            {
                                heading = 3.700098014228,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.74814584406793,
                                            long = 0.71776449706367,
                                            x = -219973.3331569,
                                            name = "",
                                            speed = 0,
                                            y = 564121.29288894,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 125,
                                lat = 0.74814584406793,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 165,
                                        lat = 0.74814584406793,
                                        long = 0.71776449706367,
                                        x = -219973.3331569,
                                        name = "Стат. объект #053",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 564121.29288894,
                                        heading = 3.700098014228,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.71776449706367,
                                name = "Стат. объект #053",
                                dead = false,
                            }, -- end of [29]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Вертол. группа",
                                groupId = 137,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74880279607925,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71805020959638,
                                                    radius = 1000,
                                                    y = 565564.85312143,
                                                    x = -220897.88066962,
                                                    lat = 0.74798028640356,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71754143133074,
                                                    radius = 1000,
                                                    y = 563081.01904888,
                                                    x = -220130.26529926,
                                                    lat = 0.74813714271258,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.71764838681082,
                                                    radius = 1000,
                                                    y = 563534.56072333,
                                                    x = -219596.73612675,
                                                    lat = 0.74821326162315,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.71793864457701,
                                                    radius = 1000,
                                                    y = 565043.20993985,
                                                    x = -220962.63238935,
                                                    lat = 0.74797809106513,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.71800895205993,
                                                    radius = 1000,
                                                    y = 565327.76324458,
                                                    x = -220474.33892546,
                                                    lat = 0.74804972645275,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                            }, -- end of targets
                                            long = 0.71589842009079,
                                            x = -216638.13145439,
                                            speed = 55.555555555556,
                                            y = 554979.39209572,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7483933335349,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71696696854465,
                                            x = -218759.80333816,
                                            speed = 55.555555555556,
                                            y = 560226.77875613,
                                        }, -- end of [2]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 246,
                                        lat = 0.74880279607925,
                                        skill = "High",
                                        long = 0.71589842009079,
                                        x = -216638.13145439,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 554979.39209572,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 89,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 247,
                                        lat = 0.74879579607925,
                                        skill = "High",
                                        long = 0.71590542009079,
                                        x = -216679.53138891,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 555016.38533958,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = 112,
                                        }, -- end of callsign
                                        onboard_num = 90,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 248,
                                        lat = 0.74878879607925,
                                        skill = "High",
                                        long = 0.71591242009079,
                                        x = -216720.93132342,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 555053.37858345,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = 113,
                                        }, -- end of callsign
                                        onboard_num = 91,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Mi-24V",
                                        CLSID = "{0903DF50-B9FA-441E-B94D-8F03DFF3E40D}",
                                        unitId = 249,
                                        lat = 0.74878179607925,
                                        skill = "High",
                                        long = 0.71591942009079,
                                        x = -216762.33125794,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6A4B9E69-64FE-439a-9163-3A87FB6A4D81}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B919B0F4-7C25-455E-9A02-CEA51DB895E3}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "1704",
                                            flare = 192,
                                            chaff = 0,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 555090.37182731,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 92,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                        [2] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70816395934787,
                                                lat = 0.75228232145003,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70818052016136,
                                                lat = 0.75227587226332,
                                            }, -- end of [2]
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70818052016136,
                                                lat = 0.75227587226332,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70820565976911,
                                                lat = 0.75228321944114,
                                            }, -- end of [2]
                                        }, -- end of [3]
                                        [1] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70815879986429,
                                                lat = 0.75227603553339,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70816395934787,
                                                lat = 0.75228232145003,
                                            }, -- end of [2]
                                        }, -- end of [1]
                                        [4] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70820565976911,
                                                lat = 0.75228321944114,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70804813188381,
                                                lat = 0.75254456692815,
                                            }, -- end of [2]
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            [1] = 
                                            {
                                                long = 0.70804813188381,
                                                lat = 0.75254456692815,
                                            }, -- end of [1]
                                            [2] = 
                                            {
                                                long = 0.70804813188381,
                                                lat = 0.75254456692815,
                                            }, -- end of [2]
                                        }, -- end of [5]
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227603553339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70815879986429,
                                            x = -197890.56924301,
                                            speed = 4.1666666666667,
                                            y = 516728.92370924,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228232145003,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70816395934787,
                                            x = -197848.33205028,
                                            speed = 4.1666666666667,
                                            y = 516749.3765688,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75227587226332,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70818052016136,
                                            x = -197882.33497709,
                                            speed = 4.1666666666667,
                                            y = 516830.27560413,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228321944114,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70820565976911,
                                            x = -197824.8076525,
                                            speed = 4.1666666666667,
                                            y = 516943.26645313,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75254456692815,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70804813188381,
                                            x = -196227.5799547,
                                            speed = 16.666666666667,
                                            y = 516059.19643598,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 3,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "UAZ-469",
                                        CLSID = "{1D6C2705-575C-4F35-A670-328ECBA007A3}",
                                        unitId = 4,
                                        lat = 0.75227603553339,
                                        skill = "Excellent",
                                        long = 0.70815879986429,
                                        x = -197890.56924301,
                                        name = "Юнит #1",
                                        heading = 0.53989835605974,
                                        y = 516728.92370924,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа",
                                start_time = 115,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75234379476582,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70810659587851,
                                            x = -197481.30934417,
                                            speed = 5.5555555555556,
                                            y = 516446.74353497,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 6,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk SR 9S18M1",
                                        CLSID = "{AC6EAFDF-396C-4E27-8FED-BBB9B2868F2B}",
                                        unitId = 7,
                                        lat = 0.75234379476582,
                                        skill = "Average",
                                        long = 0.70810659587851,
                                        x = -197481.30934417,
                                        name = "Юнит #2",
                                        heading = 2.8198420991932,
                                        y = 516446.74353497,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75234885647134,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70812874010856,
                                            x = -197439.6168647,
                                            speed = 5.5555555555556,
                                            y = 516547.07916538,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 7,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SA-11 Buk LN 9A310M1",
                                        CLSID = "{3EE3346E-9E4D-49FA-89CD-61D0151B3DB7}",
                                        unitId = 8,
                                        lat = 0.75234885647134,
                                        skill = "Average",
                                        long = 0.70812874010856,
                                        x = -197439.6168647,
                                        name = "Юнит #3",
                                        heading = 2.74680153389,
                                        y = 516547.07916538,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75228460724707,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70826703521564,
                                            x = -197789.76286267,
                                            speed = 5.5555555555556,
                                            y = 517228.59927524,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 8,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 9,
                                        lat = 0.75228460724707,
                                        skill = "Average",
                                        long = 0.70826703521564,
                                        x = -197789.76286267,
                                        name = "Юнит #4",
                                        heading = 1.7975951748488,
                                        y = 517228.59927524,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75260156403316,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7080172644416,
                                            x = -195877.75241511,
                                            speed = 5.5555555555556,
                                            y = 515882.6496288,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 10,
                                        lat = 0.75260156403316,
                                        skill = "Average",
                                        long = 0.7080172644416,
                                        x = -195877.75241511,
                                        name = "Юнит #5",
                                        heading = 2.7776136970801,
                                        y = 515882.6496288,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75246830335384,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70814100776561,
                                            x = -196673.63687395,
                                            speed = 5.5555555555556,
                                            y = 516535.85677976,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Ural-375 ZU-23",
                                        CLSID = "{96E2A468-E0D6-4e7f-A618-7C29E4DAD176}",
                                        unitId = 11,
                                        lat = 0.75246830335384,
                                        skill = "Average",
                                        long = 0.70814100776561,
                                        x = -196673.63687395,
                                        name = "Юнит #6",
                                        heading = 1.8925468811915,
                                        y = 516535.85677976,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75215407974153,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7081965472112,
                                            x = -198651.17279772,
                                            speed = 5.5555555555556,
                                            y = 516974.74923917,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZSU-23-4 Shilka",
                                        CLSID = "{28704245-E952-427A-9C57-B2A6E0AB1E66}",
                                        unitId = 17,
                                        lat = 0.75215407974153,
                                        skill = "Average",
                                        long = 0.7081965472112,
                                        x = -198651.17279772,
                                        name = "Юнит #7",
                                        heading = 2.7149651604629,
                                        y = 516974.74923917,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Наземная группа #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #002",
                                groupId = 11,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75241882476095,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7081475969131,
                                            x = -196985.94629253,
                                            speed = 138.88888888889,
                                            y = 516594.91378114,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 12,
                                        lat = 0.75241882476095,
                                        skill = "Excellent",
                                        long = 0.7081475969131,
                                        x = -196985.94629253,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = 4700,
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 516594.91378114,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 13,
                                        lat = 0.75241182476095,
                                        skill = "Excellent",
                                        long = 0.7081545969131,
                                        x = -197027.53954614,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = 4700,
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 3,
                                        y = 516631.55650588,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "Самолетная группа #001",
                                groupId = 44,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 300,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75306622844846,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70782520916999,
                                            x = -193000.36760734,
                                            speed = 138.88888888889,
                                            y = 514721.16565397,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75340597236105,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70162432513624,
                                            x = -193397.72881292,
                                            speed = 138.88888888889,
                                            y = 485619.5533476,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78435959700332,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67936510054774,
                                            x = -4464.5262527568,
                                            speed = 138.88888888889,
                                            y = 367629.28043162,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 46,
                                        lat = 0.752425,
                                        skill = "Excellent",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 123,
                                        lat = 0.752418,
                                        skill = "Excellent",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #003",
                                groupId = 47,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 199,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75278319114875,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70796609437133,
                                            x = -194742.84103314,
                                            speed = 138.88888888889,
                                            y = 515540.07159093,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 50,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75223587184806,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70733303624713,
                                            x = -198498.95041031,
                                            speed = 166.66666666667,
                                            y = 512902.27996844,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 82,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75019954188905,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71756088207917,
                                                    radius = 1000,
                                                    y = 562257.91144817,
                                                    x = -210721.86648292,
                                                    lat = 0.74961282427932,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71757938305266,
                                                    radius = 1000,
                                                    y = 562340.83262436,
                                                    x = -210676.09910651,
                                                    lat = 0.7496186874259,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.7161346436133,
                                            x = -207634.025575,
                                            speed = 166.66666666667,
                                            y = 555232.35226057,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 49,
                                        lat = 0.752425,
                                        skill = "Excellent",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = "105",
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 50,
                                        lat = 0.752418,
                                        skill = "Excellent",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 51,
                                        lat = 0.752411,
                                        skill = "Excellent",
                                        y = 516363.51643642,
                                        long = 0.708097,
                                        x = -197057.38501963,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 52,
                                        lat = 0.752404,
                                        skill = "Excellent",
                                        y = 516400.15916115,
                                        long = 0.708104,
                                        x = -197098.97827324,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 29,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75271001391792,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7079837275646,
                                            x = -195201.36847739,
                                            name = "ППМ",
                                            speed = 97.222222222222,
                                            y = 515664.18850761,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75457114085373,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71223827106355,
                                            x = -181516.84307778,
                                            name = "ППМ",
                                            speed = 166.66666666667,
                                            y = 534394.79722943,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75323911009444,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7188147880194,
                                            x = -187053.42016164,
                                            name = "ППМ",
                                            speed = 166.66666666667,
                                            y = 565862.68561864,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74942481339006,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72047978618566,
                                            x = -210583.36214962,
                                            name = "ППМ",
                                            speed = 166.66666666667,
                                            y = 576039.62056671,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74914208544177,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.71710980338636,
                                                    radius = 1000,
                                                    y = 560202.8977865,
                                                    x = -211489.95623883,
                                                    lat = 0.74952447379174,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.71719087462381,
                                                    radius = 1000,
                                                    y = 560587.52847233,
                                                    x = -211511.65690492,
                                                    lat = 0.74951527273011,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.71721897274767,
                                                    radius = 1000,
                                                    y = 560732.04512025,
                                                    x = -211636.30324012,
                                                    lat = 0.74949369532826,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.71720283701257,
                                                    radius = 1000,
                                                    y = 560661.07482697,
                                                    x = -211690.32477041,
                                                    lat = 0.74948636725261,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.71717492024814,
                                                    radius = 1000,
                                                    y = 560543.66229035,
                                                    x = -211839.94806064,
                                                    lat = 0.74946487185234,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.71720162021973,
                                                    radius = 1000,
                                                    y = 560615.77736225,
                                                    x = -211277.00551296,
                                                    lat = 0.74955134459978,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                        [2] = "Fortifications",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                            }, -- end of targets
                                            long = 0.71854967870458,
                                            x = -213270.22084139,
                                            name = "Атака",
                                            speed = 166.66666666667,
                                            y = 567175.72221766,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 21,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.752425,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.708083,
                                            x = -196974.19851241,
                                            name = "Посадка",
                                            speed = 138.88888888889,
                                            airdromeId = 21,
                                            y = 516290.23098695,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 1,
                                        lat = 0.752425,
                                        skill = "Player",
                                        y = 516290.23098695,
                                        long = 0.708083,
                                        x = -196974.19851241,
                                        name = "Игрок",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{35B698AC-9FEF-4EC4-AD29-484A0085F62B}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 5,
                                            name = "125",
                                        }, -- end of callsign
                                        onboard_num = 88,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25",
                                        CLSID = "{CC4276EE-EDB4-4EC0-BE13-4313ABDC7619}",
                                        unitId = 2,
                                        lat = 0.752418,
                                        skill = "Excellent",
                                        y = 516326.87371168,
                                        long = 0.70809,
                                        x = -197015.79176602,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E92CBFE5-C153-11d8-9897-000476191836}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FC56DF80-9B09-44C5-8976-DCFAFF219062}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "B-8M1 - 20 S-8OFP2",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "2835",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 100,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 3.9269908169872,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75255885674754,
                                            long = 0.70811409925866,
                                            x = -196108.40322965,
                                            name = "",
                                            speed = 0,
                                            y = 516358.54684448,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.75255885674754,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 14,
                                        lat = 0.75255885674754,
                                        long = 0.70811409925866,
                                        x = -196108.40322965,
                                        name = "Стат. объект",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516358.54684448,
                                        heading = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70811409925866,
                                name = "Стат. объект",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 3.9269908169872,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75254742487673,
                                            long = 0.70812711983709,
                                            x = -196175.65184217,
                                            name = "",
                                            speed = 0,
                                            y = 516425.79540712,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.75254742487673,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 15,
                                        lat = 0.75254742487673,
                                        long = 0.70812711983709,
                                        x = -196175.65184217,
                                        name = "Стат. объект #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516425.79540712,
                                        heading = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70812711983709,
                                name = "Стат. объект #001",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 3.9269908169872,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75253591147339,
                                            long = 0.70814014013639,
                                            x = -196243.41984414,
                                            name = "",
                                            speed = 0,
                                            y = 516493.08936628,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.75253591147339,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 16,
                                        lat = 0.75253591147339,
                                        long = 0.70814014013639,
                                        x = -196243.41984414,
                                        name = "Стат. объект #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 516493.08936628,
                                        heading = 3.9269908169872,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.70814014013639,
                                name = "Стат. объект #002",
                                dead = false,
                            }, -- end of [3]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Жаркий сентябрь",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 63618,
    start_time = 9442800,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
    }, -- end of failures
} -- end of mission
